projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5488b6a
)
Include instructions in garmin_tables.c to build icon tables.
author
robertl
<robertl>
Tue, 13 Feb 2007 16:34:06 +0000
(16:34 +0000)
committer
robertl
<robertl>
Tue, 13 Feb 2007 16:34:06 +0000
(16:34 +0000)
garmin_tables.c
patch
|
blob
|
history
diff --git
a/garmin_tables.c
b/garmin_tables.c
index 0a72e4cce54078f16e82480fc0815e47f3674d6f..a82369967a76e6632b204dc3cbe613f2e5dbf213 100644
(file)
--- a/
garmin_tables.c
+++ b/
garmin_tables.c
@@
-834,7
+834,18
@@
gt_get_icao_cc(const char *country, const char *shortname)
return NULL;
}
-#if 0
+#if MAKE_TABLE
+
+/*
+ * Used to generate icon tables in appendix.
+ * cc -DMAKE_TABLE garmin_tables.c fatal.o util.o globals.o -lm
+ */
+
+int cet_utf8_to_ucs4(const char *str, int *bytes, int *value)
+{
+ fatal("Should not be here.");
+}
+
int
sortem(const void *a, const void *b)